# $Header: /lsid/semaphore/hyperhelp/Makefile 1.3 1996/06/28 17:29:47 ericb Exp $
# Copyright (C) 1995 - 1996, Hewlett-Packard Company, all rights reserved.

# Makefile for hyperhelp

E1432_HYPERDEST = /opt/hyperhelp


all:

run:	all

install:	all
	cp -fr . $(E1432_HYPERDEST)

lint:

clean:
